-
Notifications
You must be signed in to change notification settings - Fork 143
stm32: dts: st: f1: fix pinmux to use TIM3_REMAP2 #309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
f81a655
to
c3f5dd9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change is OK but please document dts/README.rst so we can track this change.
c3f5dd9
to
9541d2d
Compare
9541d2d
to
6f779e5
Compare
@kbidani Please rebase |
This commit updates the pinmux to use TIM3_REMAP2, enabling proper PWM output on PB5. Signed-off-by: Khaoula Bidani <[email protected]>
6f779e5
to
ca11869
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, late catch
@@ -50,3 +50,6 @@ Patch List: | |||
- Impacted files: | |||
dts/st/u3/stm32u375*-pinctrl.dtsi | |||
dts/st/u3/stm32u385*-pinctrl.dtsi | |||
|
|||
*Rename "TIM3_REMAP1" on the pin "PB5" to "TIM3_REMAP2" | |||
of the following GPIO-STM32F103xx.xml files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add:
- Impacted files:
dts/st/f1/stm32f103r(8-b)tx-pinctrl.dtsi
It will ease to follow up on this
The previous configuration used TIM3_REMAP1 for mapping TIM3_CH2 to PB5,
which is not supported according to the STM32F103 reference manual.
This commit updates the pinmux to use TIM3_REMAP2, enabling proper PWM output on PB5.
fixes: #94213
bug created to fix xml file: STMicroelectronics/STM32_open_pin_data#14